home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2007 December / PCWKCD1207B.iso / Najgorsze komunikatory / Tlen.pl / tleninst60255.exe / tlen.exe / 0 / RCDATA / TSMSBOOK / TSMSBOOK.txt
Text File  |  2007-09-27  |  2KB  |  99 lines

  1. object SMSBook: TSMSBook
  2.   Left = 311
  3.   Top = 284
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Telefony'
  7.   ClientHeight = 286
  8.   ClientWidth = 515
  9.   Color = 15724527
  10.   Font.Charset = EASTEUROPE_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   OnClose = FormClose
  19.   OnDestroy = FormDestroy
  20.   OnShow = FormShow
  21.   DesignSize = (
  22.     515
  23.     286)
  24.   PixelsPerInch = 96
  25.   TextHeight = 13
  26.   object ListView1: TListView
  27.     Left = 8
  28.     Top = 8
  29.     Width = 501
  30.     Height = 244
  31.     Anchors = [akLeft, akTop, akRight, akBottom]
  32.     Columns = <
  33.       item
  34.         Caption = 'Nazwa'
  35.         Width = 130
  36.       end
  37.       item
  38.         Caption = 'ID'
  39.         Width = 115
  40.       end
  41.       item
  42.         Caption = 'Telefon'
  43.         Width = 120
  44.       end
  45.       item
  46.         Caption = 'Grupa'
  47.         Width = 120
  48.       end>
  49.     Font.Charset = EASTEUROPE_CHARSET
  50.     Font.Color = clWindowText
  51.     Font.Height = -11
  52.     Font.Name = 'Verdana'
  53.     Font.Style = []
  54.     HideSelection = False
  55.     MultiSelect = True
  56.     ReadOnly = True
  57.     RowSelect = True
  58.     ParentFont = False
  59.     ParentShowHint = False
  60.     ShowHint = False
  61.     SortType = stText
  62.     TabOrder = 0
  63.     ViewStyle = vsReport
  64.     OnDblClick = ListView1DblClick
  65.   end
  66.   object Button4: TButton
  67.     Left = 340
  68.     Top = 257
  69.     Width = 169
  70.     Height = 25
  71.     Anchors = [akRight, akBottom]
  72.     Caption = 'Wy'#347'lij do zaznaczonych'
  73.     Font.Charset = EASTEUROPE_CHARSET
  74.     Font.Color = clWindowText
  75.     Font.Height = -11
  76.     Font.Name = 'Verdana'
  77.     Font.Style = [fsBold]
  78.     ParentFont = False
  79.     TabOrder = 1
  80.     OnClick = Button4Click
  81.   end
  82.   object Button1: TButton
  83.     Left = 220
  84.     Top = 257
  85.     Width = 115
  86.     Height = 25
  87.     Anchors = [akRight, akBottom]
  88.     Caption = 'Usu'#324' zaznaczone'
  89.     Font.Charset = EASTEUROPE_CHARSET
  90.     Font.Color = clWindowText
  91.     Font.Height = -11
  92.     Font.Name = 'Verdana'
  93.     Font.Style = []
  94.     ParentFont = False
  95.     TabOrder = 2
  96.     OnClick = Button1Click
  97.   end
  98. end
  99.